-
Notifications
You must be signed in to change notification settings - Fork 147
The Hangul(Korean characters) allow in the group-name field. #17
Conversation
|
@rottmann ping |
|
+1 |
|
Set it on Todo. must check first the usage of names with non alphabetical chars globally. |
|
Russian letters skipped as well. group = group.replace(/[^\w\u0400-\u04FF\u3130-\u318F\uAC00-\uD7AF]/gi, '_');would help. TIA |
|
Good suggestion ! I would like to fix it gracefully. On Wed, Jun 29, 2016 at 18:53 Vladimir Dronnikov notifications@github.com
|
|
|
|
|
|
|
|
Because it is a name (full UTF charset is currently not suppored). Change it here, need to change other places too, e.g. apiDefine, apiUse, .... |
|
@rottmann try |
Greetings,
I've just started using apidocjs for my API project and it's awesome open source !
I tried to write Korean characters in the group name field like "@APIGroup 결제".
you know, I'm a Korean(south) but I have a problem using Korean characters.
even if I use the Korean language and confirmed that there is no problem.
Please check this commiting for the Korea people. thanks.